From: Christian Marangi Date: Fri, 21 Nov 2025 22:32:26 +0000 (+0100) Subject: package: drop creating spurious tmp directory in feed directory X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=cea8507dccc9f677d3d4ed926fc568becfb554d4;p=openwrt%2Fopenwrt.git package: drop creating spurious tmp directory in feed directory In implementing APK support it seems a a leftover was never removed that creates an unused tmp directory in the package feed directory. Drop it as it's not used anywhere. Signed-off-by: Christian Marangi --- diff --git a/include/package-pack.mk b/include/package-pack.mk index 2baceae72a..ee716fadec 100644 --- a/include/package-pack.mk +++ b/include/package-pack.mk @@ -280,8 +280,6 @@ endif ) endif - $(INSTALL_DIR) $$(PDIR_$(1))/tmp - ifeq ($(CONFIG_USE_APK),) mkdir -p $$(IDIR_$(1))/CONTROL (cd $$(IDIR_$(1))/CONTROL; \